STEP 10: It's time to set up our new adventure.
You already used choice to remember the answer to the first question, so you need to use a different variable name to remember the answer to the second question.
- Change the name of the variable in your second .ask() command to choice2.
- Change the string in the .ask() command to "Where should we go next, the park or underwater?"
To navigate the page using the TAB key, first press ESC to exit the code editor.